From 27782ce835bc67322b8ec064c96851b1324f696d Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 18 Jun 2007 18:10:13 +0000 Subject: [PATCH] gdb: Add comment to revision history. --- gdb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb.c b/gdb.c index e78436ed6..065b84b24 100644 --- a/gdb.c +++ b/gdb.c @@ -55,6 +55,7 @@ 2007/02/07: Add special code for unknown bytes in waypoints with class GE 8 (calculated points) 2007/02/15: Nearly full rewrite. Full support for GDB V3. New option roadbook. 2007/05/03: Add code for tricky V3 descriptions + 2007/06/18: Tweak some forgotten "flagged" fields */ #include @@ -103,8 +104,8 @@ /*******************************************************************************/ -/* static char gdb_release[] = "$Revision: 1.54 $"; */ -static char gdb_release_date[] = "$Date: 2007/06/18 18:08:52 $"; +/* static char gdb_release[] = "$Revision: 1.55 $"; */ +static char gdb_release_date[] = "$Date: 2007/06/18 18:10:13 $"; static gbfile *fin, *fout; static int gdb_ver, gdb_category, gdb_via, gdb_roadbook; -- 2.30.2